@import "./fonts.css";

:root {
  /* font-family */
  --figtree: "Figtree", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --playfairdisplay: "Playfair Display", "Segoe UI", Tahoma, Geneva, Verdana,
    sans-serif;
  --catamaran: "Catamaran", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --notocn: "Noto Sans SC", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

  /* font-weight */
  --bold: 700;
  --semi-bold: 600;
  --medium: 500;
  --regular: 400;
  --light: 300;
  --extra-light: 200;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.logo-slider,
#blurb {
  display: none;
}
/* Hide Recaptcha*/
.grecaptcha-badge { 
    visibility: hidden !important;
}
/**/
.line-page-mobile,
.tag-media,
.faq-position,
.faq-mobile,
.menubar,
.banner-group-mobile,
.bs-mobile,
.img-sus img,
.sustain-img-mobile,
.swiper-container,
.swiper-container-mobile,
.data-career-mobile,
.box-rnz-mobile,
.swiper-container-2-mobile,
.logo-slider,
.box-eco-2-mobile,
.box-academic-mobile,
.city-name-mobile,
.our-team-mobile,
.big-group-mobile,
.logo-group-mobile,
.services-mobile,
.box-service-mobile,
.medsos-header {
  display: none;
}
.activ {
  font-weight: var(--semi-bold);
}
.top {
  margin-top: 8%;
}
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-heading {
  font-family: var(--figtree);
  margin-top: 2%;
  line-height: 120%;
}
.has-text-color {
  margin-top: 1%;
  font-family: var(--figtree);
}
.input-text {
  flex: 1;
  padding: 6% 3%;
  border: none;
  outline: none;
  position: relative; 
  z-index: 1; 
}
.input-text::placeholder {
  font-size: clamp(11px, 1.1vw, 22px);
}

.button {
  padding: 3.4% 5%;
  background-color: #ed4f18;
  color: white;
  border: none;
  top: 15%;
  left: 74%;
  position: absolute;
  border-radius: 10px;
  cursor: pointer;
  width: 24%;
  font-size: clamp(11px, 1.1vw, 22px);
  z-index: 2; 
}

a {
  text-decoration: none;
}
.bold {
  font-weight: var(--semi-bold);
}
.regular {
  font-weight: var(--medium);
}
.box-leadership-member {
  margin-left: 5%;
  width: 100%;
}
.box-member {
  width: 100%;
}
.go-to-top-art {
  position: relative;
}
.leadership-name {
  width: 120%;
}
.go-to-top-art img {
  margin-top: 29.7%;
  margin-left: 5%;
  position: fixed;
  width: 5%;
  float: right;
  cursor: pointer;
}

.go-to-top {
  position: fixed;
    bottom: 0px;
    right: 10vw;
    color: black;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    background-color: white;
}

.go-to-top > svg {
    padding: clamp(18px, 1.25vw, 24px) clamp(8px, 0.8vw, 16px);
    box-sizing: content-box;
}

.go-to-top img {
  margin-top: 31%;
  margin-left: 5%;
  position: fixed;
  width: 5%;
  float: right;
  cursor: pointer;
  z-index: 100000;
}
.go-to-top-sus {
  position: relative;
}
.figtree {
  font-family: var(--figtree);
  font-weight: var(--medium);
}
.go-to-top-sus img {
  margin-top: 6%;
  margin-left: 68%;
  position: fixed;
  width: 5%;
  float: right;
  cursor: pointer;
  z-index: 100000;
}

.body {
  margin: auto;
  max-width: 1920px;
  font-family: var(--catamaran);
  font-size: clamp(9px, 0.94vw, 18px);
  font-weight: 300;
}
.white {
  color: white;
}
.orange {
  color: #ed4f18;
}
.black {
  color: #283948;
}
.color-text {
  color: #3a3941;
}
.box-member p,
.box-leadership-member {
  color: #898885;
}
.footer-title {
  font-family: var(--figtree);
  font-weight: var(--semi-bold);
  font-size: clamp(11px, 1vw, 21px);
}

.sub-title,
.news-recommended h1 {
  font-family: var(--figtree);
  font-size: clamp(20px, 2vw, 40px);
}
hr {
  color: #f3f5f2;
  height: 0.5px;
}

.line-page {
  margin-top: 8%;
  color: #f3f5f2;
  height: 0.5px;
}
.container {
  margin: auto;
  width: 66%;
}
.navigation {
  margin-top: 4%;
  display: flex;
  justify-content: space-between;
}
.menu-bar {
  display: flex;
  justify-content: space-between;
  width: 64%;
}
.menu-bar li,
.menu-bar a {
  text-decoration: none;
  list-style-type: none;
  color: #283948;
}
.menu-bar li {
  padding: 3%;
}
.language li {
  padding: 0;
}
.language {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}
.menu-talk {
  width: 23%;
}
.menu-talk a {
  padding: 5% 15%;
  border-radius: 10px;
  font-size: clamp(9px, 0.94vw, 18px);
  background-color: #f3f5f2;
}
.title-city {
  font-family: var(--figtree);
  font-size: clamp(11px, 1.1vw, 22px);
  font-weight: var(--medium);
  line-height: 170%;
}

.logo {
  width: 16.5%;
}
.logo img {
  width: 100%;
}

/*Hero Banner*/
.career-banner {
  margin-top: 8%;
  display: flex;
  justify-content: space-between;
}
.contact-banner {
  margin-top: 8%;
  display: flex;
  justify-content: space-between;
}
.hero-banner {
  margin-top: 8%;
  display: flex;
  justify-content: space-between;
}
.service-section {
  margin-top: 2%;
  margin-bottom: 8%;
  display: flex;
  justify-content: space-between;
}
.big-title,
.article-title {
  font-family: var(--playfairdisplay) !important;
  font-size: clamp(34px, 3.3vw, 65px);
  font-weight: var(--semi-bold);
  line-height: 110%;
}
.career-image {
  margin-left: 7%;
  position: relative;
  width: 93%;
  z-index: 100;
}
.media-image {
  margin-left: 7%;
  position: relative;
  width: 93%;
  z-index: 100;
}
.hero-image {
  position: relative;
  margin-top: -1%;
  margin-left: 9%;
  width: 90%;
  z-index: 100;
}

.frame {
  margin-top: -58%;
  margin-left: 3%;
  width: 85%;
  z-index: -100;
  opacity: 0.7;
}
.our-services {
  margin-top: 8%;
}
.box-services,
.box-banner {
  width: 49%;
}
.box-services-2,
.box-banner-2 {
  width: 59%;
}
.box-services {
  margin-top: 1%;
}
.box-services-2 {
  margin-top: 2%;
}
.text-orange {
  margin-top: 3%;
  font-family: var(--figtree);
  font-size: clamp(13px, 1.3vw, 25px);
  font-weight: var(--medium);
  color: #ed4f18;
}
.img-article {
  margin-top: 4%;
  width: 100%;
  height: 50%;
}
.excerpt-article p {
  margin-top: 1%;
  font-family: var(--figtree);
  font-size: clamp(13px, 1.3vw, 25px);
  font-weight: var(--medium);
  color: #ed4f18;
}
.text-sustain {
  margin-top: -3%;
  font-family: var(--catamaran);
  font-size: clamp(10px, 1vw, 20px);
  font-weight: 300;
}
.text-facilities-banner,
.text-banner {
  margin-top: 5%;
  font-family: var(--catamaran);
  font-size: clamp(10px, 1vw, 20px);
  font-weight: 300;
}
.text-facilities-banner {
  width: 95%;
}
.text-banner {
  width: 80%;
}
.text-bannerpage {
  margin-top: 5%;
  font-family: var(--catamaran);
  font-size: clamp(10px, 1vw, 20px);
  font-weight: 300;
  width: 95%;
}
.text-plat {
  margin-top: 3%;
  font-family: var(--catamaran);
  font-size: clamp(10px, 1vw, 20px);
  font-weight: 300;
  width: 38%;
}
.text-service {
  font-family: var(--catamaran);
  font-size: clamp(10px, 1vw, 20px);
  font-weight: 300;
}
.text-facilities {
  margin-top: 1%;
  font-family: var(--figtree);
  font-size: clamp(13px, 1.3vw, 25px);
  font-weight: var(--medium);
}
.btn-services,
.btn-banner {
  padding: 2% 7%;
  background-color: #ed4f18;
  border-radius: 27px;
  text-align: center;
  color: white;
  font-weight: var(--semi-bold);
}

.btn-services,
.btn-banner {
  text-decoration: none;
  color: white;
  display: inline-block;
  transition: transform 0.5s;
  font-size: clamp(11px, 1.1vw, 22px);
}

.btn-services a,
.btn-banner:hover a {
  transform: scale(1.1);
}
.btn-plat {
  margin-top: 3%;
  padding: 1% 2%;
  background-color: #ed4f18;
  border-radius: 27px;
  text-align: center;
  color: white;
  font-weight: var(--semi-bold);
  width: 15%;
}

.btn-plat {
  text-decoration: none;
  color: white;
  display: inline-block;
  transition: transform 0.5s;
  font-size: clamp(11px, 1.1vw, 22px);
}

.btn-plat:hover a {
  transform: scale(1.1);
}

.data-banner {
  margin-top: 7.8%;
  display: grid;
  grid-template-columns: repeat(4, 21.3%);
  grid-template-rows: auto;
  gap: 5%;
}
.line-text {
  margin-top: 4%;
  border: 2px solid #ed4f18;
  width: 93%;
}
.line-text-2 {
  margin-top: 4%;
  border: 2px solid #ed4f18;
  width: 65%;
}

.box-data h1 {
  margin-top: 4%;
  font-family: var(--figtree);
  font-size: clamp(24px, 2.3vw, 45px);
  font-weight: var(--bold);
  color: #283948;
}
.title-career-data {
  font-family: var(--figtree);
  font-size: clamp(29px, 2.8vw, 55px);
  font-weight: var(--bold);
}

/*facilities*/

.facilities {
  width: 100%;
  margin-top: 14%;
  display: flex;
  gap: 5%;
  justify-content: space-between;
}
.box-facilities {
  width: 50%;
}
.box-facilities video {
  width: 81%;
}
.line-news {
  margin-top: 1%;
  margin-left: 7%;
  border: 2px solid #bebe3d;
  width: 12%;
}
.line-news-small {
  margin-top: 3%;
  margin-left: 7%;
  border: 2px solid #bebe3d;
  width: 25%;
}
.line-title {
  margin-top: 5%;
  margin-bottom: 5%;
  border-bottom: 0.3em solid #ed4f18;
  border-radius: 20px;
  width: 20%;
  fill: #ed4f18;
}
.line-title-2 {
  margin-top: 7%;
  margin-bottom: 5%;
  border-bottom: 0.3em solid #ed4f18;
  border-radius: 20px;
  width: 30%;
  fill: #ed4f18;
}
.line-title-3 {
  margin-top: 1%;
  margin-bottom: 5%;
  border-bottom: 0.3em solid #ed4f18;
  border-radius: 20px;
  width: 10%;
  fill: #ed4f18;
}
.line-title-4 {
  margin-top: 5%;
  margin-bottom: 5%;
  border-bottom: 0.3em solid #ed4f18;
  border-radius: 20px;
  width: 35%;
  fill: #ed4f18;
}
.line-title-5 {
  margin-top: 5%;
  margin-bottom: 5%;
  border-bottom: 0.5em solid #ed4f18;
  border-radius: 20px;
  width: 55%;
  fill: #ed4f18;
}
.line-title-6 {
  margin-top: 1%;
  margin-bottom: 5%;
  border-bottom: 0.3em solid #ed4f18;
  border-radius: 20px;
  width: 9%;
  fill: #ed4f18;
}
.line-title-7 {
  margin-top: 5%;
  margin-bottom: 5%;
  border-bottom: 0.3em solid #ed4f18;
  border-radius: 20px;
  width: 70%;
  fill: #ed4f18;
}
.line-title-8 {
  margin-top: 1%;
  margin-bottom: 3%;
  border-bottom: 0.3em solid #ed4f18;
  border-radius: 20px;
  width: 8%;
}
.line-title-9 {
  margin-top: 3%;
  margin-bottom: 3%;
  border-bottom: 0.3em solid #ed4f18;
  border-radius: 20px;
  width: 20%;
}
.line-title-10 {
  margin-top: 1%;
  margin-bottom: 4%;
  border-bottom: 0.3em solid #ed4f18;
  border-radius: 20px;
  width: 10%;
}

.btn-facilities {
  margin-top: 10%;
  margin-left: -1%;
  padding: 1.5% 1%;
  border: 1.5px solid #ed4f18;
  text-align: center;
  width: 30%;
  border-radius: 30px;
  font-weight: var(--semi-bold);
}
.btn-facilities {
  text-decoration: none;
  color: #3a3941;
  display: inline-block;
  transition: transform 0.5s;
}

.btn-facilities:hover a {
  transform: scale(1.1);
}
.banner {
  margin-top: 7%;
  display: flex;
  background-color: #283948;
}
.block-banner {
  width: 50%;
}
.block-banner h1 {
  margin-left: 35%;
  margin-top: 12%;
  font-family: var(--figtree);
  font-size: clamp(20px, 2vw, 40px);
  color: #f3f5f2;
}
.block-banner img {
  width: 100%;
  height: 100%;
}
.button-banner {
  margin-left: 35%;
  width: 18%;
  padding: 1.3% 3%;
  background-color: #ed4f18;
  border-radius: 35px;
  text-align: center;
  font-weight: var(--semi-bold);
  font-size: clamp(11px, 1.1vw, 22px);
}
.button-banner {
  text-decoration: none;
  color: white;
  display: inline-block;
  transition: transform 0.5s;
}

.button-banner:hover a {
  transform: scale(1.1);
}
.services {
  margin-top: 14%;
  display: grid;
  grid-template-columns: repeat(3, 30.5%);
  grid-template-rows: auto;
  gap: 3.5%;
}
.box-service {
  margin-bottom: 7%;
}
.title-service {
  font-family: var(--figtree);
  font-size: clamp(10px, 1vw, 21px);
  font-weight: var(--medium);
}

.logo-group {
  margin-top: 10%;
  display: grid;
  grid-template-columns: repeat(4, 19%);
  grid-template-rows: auto;
  justify-content: center;
}
.banner-group.active {
  display: block;
}
.banner-group {
  display: none;
}
.banner-group img {
  margin-top: 3%;
  width: 100%;
}
.img-logo {
  margin: auto;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 40% !important;
}

.banner-group.active .img-logo,
.img-logo.active {
  opacity: 100% !important;
  filter: grayscale(0%);
  transform: scale(1.2);
}

.img-logo:hover {
  transform: scale(1.2);
  filter: grayscale(0%);
  opacity: 1 !important;
}
.img-logo-1 {
  transition: 0.5s !important;
  width: 50%;
}
.img-logo-1:hover {
  transform: scale(1.2);
}
.img-logo-2 {
  width: 40%;
  transition: transform 0.5s !important;
}

.img-logo-2:hover {
  transform: scale(1.2);
}

.img-logo-3 {
  transition: 0.5s !important;
  width: 70%;
}
.img-logo-3:hover {
  transform: scale(1.2);
}
.box-group h1 {
  line-height: 97%;
}
.box-group {
  margin-top: -49%;
  margin-bottom: 25%;
  padding: 5% 5% 3% 5%;
  width: 37%;
  position: relative;
  background-color: #283948;
}
.sub-title-group {
  margin-top: 4%;
  font-size: clamp(11px, 1vw, 21px);
  font-weight: var(--medium);
  color: white;
}
.sub-title-group-2 {
  margin-top: 4%;
  font-size: clamp(11px, 1vw, 21px);
  font-weight: var(--medium);
  color: white;
}

.text-group {
  margin-top: 4%;
  color: white;
}
.text-group-2 {
  margin-top: 4%;
  color: white;
}
.btn-group {
  padding: 3% 5%;
  margin-top: 11%;
  margin-bottom: 2%;
  background-color: #ed4f18;
  width: 100%;
  max-width: max-content;
  border-radius: 30px;
  text-align: center;
}
.btn-group {
  text-decoration: none;
  color: white;
  font-weight: var(--semi-bold);
  display: inline-block;
  transition: transform 0.5s;
}

.btn-group:hover a {
  transform: scale(1.1);
}
.news-section {
  margin-top: 12%;
  display: flex;
  justify-content: space-between;
}
.news-site {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.news-box {
  width: 70%;
}
.news-box-2 {
  display: flex;
  width: 30%;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
}
.excerpt p {
  margin-top: 0;
  margin-bottom: 2%;
  margin-left: 7%;
  margin-right: 2%;
  font-size: clamp(11px, 1vw, 21px);
  font-weight: var(--medium);
  color: #898885;
  line-height: 120%;
}
.excerpt-home p {
  margin-top: 0%;
  margin-bottom: 2%;
  margin-left: 7%;
  margin-right: 2%;
  font-size: clamp(11px, 1vw, 21px);
  font-weight: var(--medium);
  color: #898885;
  line-height: 120%;
}
.big-img img {
  width: 100%;
  height: 50%;
}
.big-news {
  padding-bottom: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.single-post {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.post-thumbnail img {
  width: 100%;
  height: 50%;
  position: relative;
  aspect-ratio: 16/9;
}
.post-title {
  margin: 2% 8%;
  font-family: var(--figtree);
  font-size: clamp(11px, 1vw, 21px);
  color: #283948;
  font-weight: var(--semi-bold);
  /* height: 4vw; */
  min-height: 3.8vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-title-home {
  padding: 2% 2% 0 8%;
  font-family: Figtree, sans-serif;
  font-size: clamp(11px, 1vw, 21px);
  color: #283948;
  font-weight: var(--semi-bold);
  height: 5.5vw;
  max-height: 100px;
  display: -webkit-box;
-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-title-career {
  padding: 2% 7%;
  font-family: var(--figtree);
  font-size: clamp(11px, 1vw, 21px);
  color: #283948;
  font-weight: var(--semi-bold);
  width: 90%;
}
.bb-career img {
  margin: 4% 0 -4%;
  width: 100%;
}
.box-oppor {
  display: flex;
}
.career-title {
  font-family: var(--figtree);
  font-size: clamp(11px, 1vw, 21px);
  color: #283948;
  font-weight: var(--bold);
  gap: 1%;
}
.post-title a,
.post-title-home a {
  line-height: 150%;
  color: #283948;
}
.post-content {
  margin-top: 2%;
  padding-left: 7%;
  padding-bottom: 3%;
  font-family: var(--catamaran);
  font-size: clamp(10px, 1vw, 20px);
  font-weight: 300;
  color: #3a3941;
}
.content p {
  margin-top: 3%;
  margin-right: 3%;
  margin-left: 7%;
  font-weight: 300;
  font-size: clamp(10px, 1vw, 20px);
  color: #3a3941;
  line-height: 140%;
}
.news-btn {
  margin-top: 1%;
  width: 20%;
}
.btn-read {
  padding: 2.5% 1%;
  border-radius: 30px;
  border: 2px solid #ed4f18;
  text-decoration: none;
  text-align: center;
  width: 65%;
  font-weight: var(--semi-bold);
  float: right;
}
.btn-read {
  text-decoration: none;
  color: #3a3941;
  font-size: clamp(11px, 1.1vw, 22px);
  font-family: var(--catamaran);
}

.question {
  display: flex;
  gap: 1%;
}
.box-question-pos {
  width: 5%;
}
.box-question {
  width: 5%;
}
.box-question-2 {
  width: 95%;
}
.faq-image {
  width: 70%;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.rotate {
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
}

.answer {
  margin-top: 1%;
  max-height: 0;
  overflow: hidden; 
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease 0.2s; 
}

.answer.show {
  max-height: 1000px; 
  opacity: 1;
  transition: max-height 2s ease, opacity 0.5s ease; 
}

.answer p {
  margin-bottom: 2%;
  font-family: var(--catamaran);
  font-size: clamp(10px, 1vw, 20px);
  color: #3a3941;
}
.line-answer {
  margin-top: 0.9%;
  margin-bottom: 1.5%;
  border-bottom: 0.5px solid #898885;
  width: 100%;
}
.question-position {
  justify-content: space-between;
  display: flex;
  gap: 2%;
}

.question-faq {
  margin-top: 0.7%;
  font-family: var(--figtree);
  font-size: clamp(11px, 1vw, 21px);
  font-weight: 300;
  color: #3a3941;
}
.question-pos {
  margin-top: 0.2%;
  font-family: var(--figtree);
  font-size: clamp(11px, 1vw, 21px);
  font-weight: 300;
  color: #3a3941;
}

.leader {
  margin-top: 6%;
  margin-bottom: 8%;
}
.leader-profile {
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 3% 2%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 30vw;
  gap: 9%;
}
.slide {
  display: none;
}
.slide p {
  margin-top: 2%;
  font-size: clamp(11px, 1vw, 21px);
  font-weight: var(--medium);
  color: #898885;
}
.box-leader {
  width: 35%;
}
.box-leader-2 {
  width: 65%;
}

.dot-leader {
  display: flex;
  justify-content: center;
  gap: 2%;
}

.dot {
  width: 20px;
  height: 20px;
  background-color: white;
  border: 0.5px solid #707070;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #ed4f18;
  border: none;
}
.leader-name {
  margin-top: 12%;
  font-family: var(--figtree);
  font-size: clamp(29px, 2.9vw, 56px);
  color: #283948;
}
.leader-quotes {
  margin-top: 2%;
  font-family: var(--playfairdisplay);
  font-size: clamp(29px, 2.8vw, 55px);
  width: 90%;
  color: #283948;
}
.slide {
  display: none;
}

.slide.active {
  display: block;
}

.img-profile {
  margin-top: 7%;
  margin-left: 10%;
  width: 90%;
  position: relative;
  z-index: 1;
}
.frame-profile {
  margin-top: -109%;
  width: 100%;
}

.call-to-action {
  background-image: url("/wp-content/themes/Aden Group/assets/cta-home.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.call-to-action h1 {
  margin-top: -5%;
  font-family: var(--playfairdisplay);
  font-size: clamp(29px, 2.9vw, 56px);
  color: white;
}
.box-call-to-action {
  background-color: rgba(58, 57, 65, 0.6);
  width: 50%;
  padding: 6% 0;
}
.call-to-action p,
.call-to-action a {
  color: white;
  text-decoration: none;
}
.call-to-action p {
  margin-bottom: 11%;
  margin-top: 5%;
  width: 80%;
}
.call-to-action a {
  padding: 1.5% 4%;
  border-radius: 25px;
  text-align: center;
  background-color: #ed4f18;
  font-weight: var(--semi-bold);
}
.box-content-cta {
  margin-left: 34%;
}
footer {
  margin-top: -1%;
  padding: 2% 0 0 0;
  background-color: #3a3941;
  color: white;
}
.icon-social {
  margin-top: 4%;
  display: flex;
  gap: 3%;
  align-items: center;
}
.icon-img {
  margin-top: 5%;
  width: 70%;
  height: 63%;
}
.icon-img-2 {
  margin-top: 18%;
  width: 64%;
  height: 53%;
}
.address p {
  margin-top: 8%;
}
.block-footer {
  display: flex;
  justify-content: space-between;
}
.box-footer-1 {
  width: 30%;
}

.box-footer-2 {
  margin-left: 10%;
  width: 70%;
  display: flex;
}
.footer-text a {
  color: white;
}
.footer-text {
  padding-top: 4%;
  padding-bottom: 3%;
  display: flex;
  gap: 3%;
  justify-content: space-between;
}
.tags {
  margin-top: 2%;
  padding-bottom: 2%;
  padding-left: 7%;
  display: flex;
  gap: 3%;
  width: 100%;
}
.video-content h1 {
  font-size: var(--figtree);
  font-size: clamp(11px, 1.1vw, 21px);
  line-height: 130%;
}
.big-news h1 {
  margin-top: 0;
  margin-bottom: -1%;
  padding: 2% 7%;
  line-height: 120%;
}
.post-title a,
.post-title-home a {
  line-height: 100%;
}
.tags a {
  text-decoration: none;
  color: #283948;
  font-size: clamp(9px, 0.93vw, 18px);
}

/*media*/
.btn-more {
  padding: 1% 2%;
  margin: auto;
  text-align: center;
  background-color: #ed4f18;
  width: 15%;
  border-radius: 27px;
  cursor: pointer;
}
.btn-more {
  display: flex;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-family: var(--catamaran);
  font-size: clamp(11px, 1.1vw, 22px);
  font-weight: var(--semi-bold);
}
.ni-page {
  position: relative;
  display: inline-block;
}

.line-media {
  margin-left: 7%;
  margin-top: 4%;
  border: 2px solid #bebe3d;
  width: 25%;
}

.ni-page img {
  width: 100%;
  height: 50%;
  position: relative;
  aspect-ratio: 16/9;
}

.ni-page .read-article {
  content: "Read article";
  position: absolute;
  align-items: center;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  text-align: center;
  border-radius: 20px;
  border: 2px solid white;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 5px;
  font-size: clamp(11px, 1.1vw, 22px);
}

.ni-page:hover .read-article {
  opacity: 1;
}

.ni-page:hover img {
  filter: brightness(50%);
}

.papers {
  margin-top: 13%;
  display: flex;
  justify-content: space-between;
}
.sb-media {
  padding-top: 22%;
  padding-bottom: 30%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 20px;
  line-height: 150%;
}
.sb-media img {
  margin-top: 15%;
  width: 20%;
}

.box-paper-2 .sb-media {
  position: relative;
}

.box-paper-2 .sb-media img {
  position: absolute;
  top: 35%;
  left: 40%;
  transition: opacity 0.3s;
}

.box-paper-2 .sb-media img:last-child {
  opacity: 0;
}

.box-paper-2 .sb-media:hover img:first-child {
  opacity: 0;
}

.box-paper-2 .sb-media:hover img:last-child {
  opacity: 1;
}
.box-paper {
  width: 50%;
}
.box-paper-2 {
  display: grid;
  grid-template-columns: repeat(2, 30%);
  width: 50%;
  gap: 4%;
  justify-content: center;
}
.tag-media {
  margin-top: 2%;
  padding: 0 0% 2%;
  display: grid;
  grid-template-columns: repeat(7, auto);
}

.tag-name,
.tag-title {
  margin-bottom: 5%;
  font-size: clamp(9px, 0.98vw, 18px);
  font-size: var(--catamaran);
  color: #898885;
  cursor: pointer;
  text-transform: capitalize;
}

.selected {
  font-weight: var(--semi-bold);
  color: #3a3941;
}
.excerpt-media p {
  margin: 0 auto;
  margin-bottom: 5%;
  width: 85%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(11px, 1vw, 20px);
  font-weight: var(--medium);
  color: #898885;
  line-height: 120%;
}

.new-site {
  margin-top: 2%;
  margin-bottom: 5%;
  display: grid;
  grid-template-columns: repeat(3, 31.2%);
  grid-template-rows: auto;
  gap: 30px;
  height: auto;
}

.new-site::-webkit-scrollbar {
  width: 0.5em; 
}

.new-site::-webkit-scrollbar-track {
  background-color: none; 
}

.new-site::-webkit-scrollbar-thumb {
  background-color: none;
}

.tags-box {
  display: flex;
  gap: 5%;
  width: 100%;
}
.tag-news {
  margin-left: 7%;
  padding: 2% 0 5%;
  display: flex;
  gap: 4%;
}
.tag-news p {
  font-weight: var(--medium);
  color: #283948;
}
.box-news {
  /*margin-bottom: 10%;*/
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  height: 24vw;
}
.video {
  margin-top: 6%;
  padding: 4% 0 8%;
  background-color: #f3f5f2;
}
.video-box {
  display: flex;
  gap: 3%;
}

.small-video-box {
  overflow-y: scroll;
  max-height: 45vw;
  width: 47%;
  scroll-behavior: smooth;
  scrollbar-width: none; 
}
.excerpt-video p {
  margin-top: 1%;
  font-weight: var(--medium);
  color: #898885;
}
.text-video p {
  margin-top: 4%;
  font-size: clamp(10px, 1vw, 20px);
  color: #3a3941;
  font-weight: 300;
}


.small-video-box::-webkit-scrollbar {
  display: none; 
}

.video-content.active {
  padding-left: 2%;
  transition: 0.3s;
}
.video-content {
  display: flex;
  cursor: pointer;
  gap: 5%;
}
.big-video-box {
  width: 53%;
}
.banner-video {
  margin-top: -67%;
  z-index: -1;
  width: 100%;
}
.btn-play {
  cursor: pointer;
  margin: 25% 42%;
  position: relative;
  width: 15%;
}
.line-video {
  margin: 1.7% 0;
  border: 1px solid #898885;
  width: 100%;
}
#selected-video h1 {
  margin-top: 2%;
  color: #3a3941;
  margin-bottom: 1%;
  font-size: clamp(16px, 1.5vw, 30px);
  line-height: 120%;
}

.thumbnail-image {
  width: 50%;
  height: 30%;
}

.city {
  margin-top: 10%;
  display: flex;
  gap: 6%;
}
.box-city h1,
.leadership-title,
.box-eco h1 {
  margin-top: 5%;
  font-family: var(--figtree);
  font-size: clamp(20px, 2vw, 40px);
  color: #283948;
}
.city-name {
  margin-top: 12%;
}
.box-city {
  width: 25%;
}
.city-content {
  border: 5px solid white;
  width: 100%;
  height: 45vw; 
}

.box-city-2 {
  width: 75%;
}
.img-city {
  width: 100%;
}
.city-title,
.city-text {
  display: grid;
  grid-template-columns: repeat(2, 47%);
  grid-template-rows: auto;
  gap: 6%;
}
.city-title {
  margin-top: 4%;
  margin-bottom: 3%;
}
.city-option {
  margin-top: 5%;
  font-family: var(--figtree);
  font-size: clamp(11px, 1vw, 21px);
  font-weight: var(--semi-bold);
  cursor: pointer;
  color: #898885;
}

.city-option.selected {
  color: #3a3941;
}

.vision {
  margin-top: 13%;
  display: flex;
  justify-content: space-between;
  gap: 6%;
}
.box-vision {
  width: 53%;
}
.box-vision-2 {
  width: 47%;
}
.box-vision video {
  width: 100%;
}

.ecosystem {
  margin: 8% 0% 7.5%;
  display: flex;
}
.ecosystem-site {
  display: flex;
  gap: 5%;
}
.academic-site {
  margin: 14% 0;
  display: flex;
  gap: 5%;
}

.box-eco {
  width: 30%;
}
.box-eco-2 {
  width: 70%;
}
.box-eco-2 img {
  margin-top: -3%;
  width: 100%;
}
.team {
  margin-top: 8%;
  margin-bottom: 25%;
}
.our-team {
  margin-top: 5%;
  margin-bottom: 10%;
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-template-rows: auto;
  gap: 5%;
}
.our-team span,
.our-team-mobile span {
  font-family: var(--figtree);
  font-weight: var(--medium);
}
.img-leader {
  position: relative;
  z-index: 100;
  width: 70%;
  aspect-ratio: 6/7;
  object-fit: contain;
  background-color: #f3f5f2;
}
.img-member {
  position: relative;
  z-index: 100;
  width: 70%;
  background-color: #f3f5f2;
}
.img-member-2 {
  padding: 2% 2% 0;
  position: relative;
  z-index: 100;
  width: 70%;
  background-color: #f3f5f2;
}
.frame-leader {
  margin-top: -109%;
  margin-left: -7%;
  width: 78%;
}
.frame-member {
  margin-top: -109%;
  margin-left: -7%;
  width: 78%;
}

.talk-to-us {
  background-image: url("/wp-content/themes/Aden Group/assets/蒙版组 35.png");
  background-size: cover;
}
.talk-text {
  margin-left: 16%;
}
.box-talk {
  padding: 10% 3%;
  background-color: rgba(58, 57, 65, 0.6);
  color: white;
  width: 50%;
}
.call-to-action {
  margin-top: 8%;
}
.box-call {
  background-color: rgba(58, 57, 65, 0.6);
}
.career-section {
  margin-top: 6%;
  background-color: #f3f5f2;
}
.gray-section {
  margin-top: 6%;
  background-color: #f3f5f2;
}
.box-gray {
  padding: 11.5% 0;
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
.block-gray h1 {
  margin-top: 5%;
}
.block-gray {
  width: 50%;
}
.block-gray img {
  width: 111%;
}

.call-to-action-about {
  background-image: url("/wp-content/themes/Aden Group/assets/cta-about.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.call-to-action-about h1 {
  margin-top: -5%;
  font-family: var(--playfairdisplay);
  font-size: clamp(29px, 2.9vw, 56px);
  color: white;
}
.call-to-action-about p {
  width: 75%;
}
.call-to-action-about p,
.call-to-action-about a {
  margin-top: 2%;
  margin-bottom: 11%;
  color: white;
  text-decoration: none;
}
.call-to-action-about a {
  padding: 1.5% 4%;
  border-radius: 25px;
  text-align: center;
  background-color: #ed4f18;
}

/*contact page*/
.sm-contact {
  margin-top: 5%;
  margin-bottom: 10%;
}

.im-contact {
  margin-top: 2%;
  display: flex;
  gap: 5%;
}
.locations {
  margin: 4% 0 35%;
}

.locations-tab {
  margin-bottom: 5%;
  display: grid;
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: auto;
}

.locations p {
  margin: 7% 0 10%;
  font-size: clamp(10px, 1vw, 20px);
  font-weight: 300;
  color: #3a3941;
  width: 95%;
}

.locations-title {
  font-family: var(--figtree);
  font-weight: var(--semi-bold);
  font-size: clamp(16px, 1.5vw, 30px);
  cursor: pointer;
}

.locations-country.active {
  margin-top: 2%;
  display: grid;
  grid-template-columns: repeat(3, 25%);
  grid-template-rows: auto;
  gap: 8%;
}

.locations-country {
  display: none;
}

.locations-box {
  padding: 6% 11%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  width: 95%;
}

.locations-title + .line-text-2 {
  display: none;
}

.locations-title.active + .line-text-2 {
  display: block;
}

.icon-img-contact {
  margin-top: 5%;
  width: 70%;
  height: 63%;
}
.icon-img-2-contact {
  margin-top: 18%;
  width: 64%;
  height: 53%;
}

.box-contact {
  margin-bottom: 20%;
  padding: 4% 3% 1% 3%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 93%;
  float: right;
}
.news-recommended {
  margin-top: 13%;
  margin-bottom: 4%;
  display: flex;
  justify-content: space-between;
}

.article-page {
  margin-top: 7%;
  display: flex;
}

.tags-article,
.article-content {
  margin-top: 2%;
  margin-bottom: 2%;
}

.article-content {
  padding-bottom: 1%;
}
.article-content ul {
  margin-left: 5%;
}
.tags-article a {
  font-size: clamp(11px, 1vw, 21px);
  text-decoration: none;
  color: #898885;
}
.tags-article p {
  font-size: clamp(11px, 1vw, 21px);
  text-decoration: none;
}
.tags-article {
  display: flex;
  gap: 2%;
}

.new-article {
  margin-bottom: 15%;
  display: grid;
  grid-template-columns: repeat(3, 31.2%);
  grid-template-rows: auto;
  gap: 3%;
}

/*Sustainability*/

.banner-sustain {
  margin-top: 1%;
  padding: 9% 0 11% 0;
  background-image: url("/wp-content/themes/Aden Group/assets/banner-sustainability.png");
  background-repeat: none;
  background-size: cover;
}
.boxsus {
  padding: 5% 5%;
  background-color: #233947;
  width: 45%;
}
.banner-sustainability {
  margin-top: -5%;
  margin-bottom: 1%;
  display: flex;
  background-color: #f6f6f6;
}

.img-desktop {
  position: relative;
  width: 100%;
}

.box-sustain {
  padding: 5% 0;
  margin-left: -38%;
  z-index: 100;
  width: 40%;
}

.btn-sustain {
  margin-top: 5%;
  /*width: 24%;*/
  /*padding: 1.5% 2%;*/
  background-color: #ed4f18;
  border-radius: 27px;
  text-align: center;
  color: white;
  font-weight: var(--semi-bold);
  padding: 1.5% 4%;
  width: auto !important;
}

.btn-sustain {
  text-decoration: none;
  color: white;
  display: inline-block;
  transition: transform 0.5s;
  font-size: clamp(11px, 1.1vw, 22px);
}

.btn-sustain:hover a {
  transform: scale(1.1);
}

.sustain-img {
  width: 100%;
}

.commitmens-quotes {
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: var(--figtree);
  font-weight: var(--medium);
  font-size: clamp(16px, 1.5vw, 30px);
}

.tab-commitment {
  margin-top: 3%;
  display: flex;
  gap: 4.9%;
}
.tab-title {
  font-family: var(--catamaran);
  font-weight: var(--regular);
  font-size: clamp(11px, 1vw, 21px);
  color: #898885;
  cursor: pointer;
}

.tab-content {
  margin-top: 2%;
  display: flex;
  gap: 5%;
}
.box-content {
  height: 25vw;
  width: 35%;
}
.sub-titlesus {
  margin-top: 1.5%;
  margin-bottom: 3%;
  font-size: clamp(11px, 1vw, 21px);
  color: #ed4f18;
  font-weight: var(--medium);
}
.text-tab {
  margin-top: 4%;
  font-size: clamp(10px, 1vw, 20px);
  color: #3a3941;
  font-weight: 300;
}

.box-content-2 {
  height: 25vw;
  width: 60%;
}
.box-content-2 h1 {
  margin-top: 4%;
}
.box-content img {
  margin-top: 9%;
  width: 97%;
  aspect-ratio: 6 / 5;
  object-fit: cover;
}

.btn-commitment {
  margin-top: 5%;
  padding: 1.5% 1%;
  border: 1.5px solid #ed4f18;
  text-align: center;
  width: 23%;
  border-radius: 30px;
  font-weight: var(--semi-bold);
}
.btn-commitment a {
  text-decoration: none;
  color: #3a3941;
  display: inline-block;
  transition: transform 0.5s;
}

.btn-commitment:hover a {
  transform: scale(1.1);
}

.gray-container {
  margin: 4% 0 0;
  padding: 6% 0;
  background-color: #f8f8f8;
}
.black-container {
  padding: 7.2% 0;
  background-color: #233947;
}
.plat-container {
  padding: 5% 0;
  background-repeat: none;
  background-size: cover;
  background-image: url("/wp-content/themes/Aden Group/assets/组 2343.png");
}
.platform {
  padding: 0;
}
.box-app {
  width: 50%;
}
.box-app-2 {
  width: 45%;
}
.box-app img {
  margin-top: 7%;
  margin-left: 0;
  width: 100%;
}
.approach {
  display: flex;
  color: white;
  gap: 8%;
}

.nz-facilities {
  margin-top: 1%;
  display: flex;
  gap: 1%;
}
.b-nz-facilities {
  width: 47%;
}
.our-commitment {
  margin-top: -3%;
}
.b-nz-facilities-2 {
  width: 53%;
}
.logo-facilities {
  margin: 3% 0;
  display: flex;
  gap: 8%;
}

.l-f-box-2 {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: auto;
  align-self: center;
  gap: 10%;
}
.l-f-box-img {
  margin-top: 35%;
  margin-bottom: 25%;
  width: 75%;
}
.l-f-box-img-2 {
  margin-top: 25%;
  width: 80%;
}
.l-f-box-img-4 {
  margin-top: 3%;
  width: 75%;
}
.l-f-box-img-3 {
  margin-top: 2%;
  width: 90%;
}
.l-f-box-img-6 {
  margin-top: -15%;
  margin-left: -10%;
  width: 100%;
}
.l-f-box-img-5 {
  margin-top: 55%;
  width: 100%;
}
.b-nz-facilities-2 img {
  margin-left: 6%;
  width: 96%;
}
.dot-nz-facilities {
  margin-top: 4%;
   /*display: none !important;*/
  display: flex;
  justify-content: center;
  gap: 5%;
}
.dot-facilities {
  width: 15px;
  height: 15px;
  background-color: white;
  border: 0.5px solid #707070;
  border-radius: 50%;
  cursor: pointer;
}
.dot-facilities.active {
  background-color: #ed4f18;
  border: none;
}
.commitment {
  margin-top: 11%;
  margin-bottom: 12%;
  display: flex;
}
.box-commitment img {
  width: 81%;
}
.box-commitment {
  width: 50%;
}
.positions {
  margin-top: 5%;
}
.btn-positions {
  padding: 5% 20%;
  background-color: #ed4f18;
  border-radius: 30px;
  font-size: clamp(11px, 1.1vw, 22px);
  font-weight: var(--semi-bold);
  color: white;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.box-positions {
  width: 62%;
  display: flex;
}
.box-positions-2 {
  margin-top: 0.5%;
  margin-bottom: 1%;
  width: 15%;
  text-align: right;
}
.box-answer,
.box-answer-top {
  margin-left: 4%;
}
.box-answer {
  margin-bottom: 2%;
  gap: 2%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: auto;
}
.data-career {
  padding: 7% 0;
  display: grid;
  gap: 1%;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: auto;
}
.banner-career {
  margin-bottom: 5%;
  padding: 8.5% 0;
  background-image: url("/wp-content/themes/Aden Group/assets/组 2353.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.bb-career {
  width: 50%;
}
.title-banner-career {
  margin-top: 2%;
  font-family: var(--playfairdisplay);
  font-size: clamp(26px, 2.6vw, 50px);
  color: white;
}
.box-academic {
  width: 70%;
}
.box-academic img {
  width: 100%;
}

@media (min-width: 640px) and (max-width: 1024px) {
  .new-site {
    gap: 15px;
  }
  .box-leadership-member {
    margin-left: 11%;
  }
  .box-call-to-action {
    padding: 4% 0;
  }
  .leader {
    margin-top: 11%;
  }
  .leader-profile {
    height: 35vw;
  }
  .facilities {
    gap: 1%;
  }
  .city {
    margin-top: 11%;
    gap: 1%;
  }
  .data-career {
    grid-template-columns: repeat(4, 26%);
    grid-template-rows: auto;
    gap: 0;
  }
  .hero-banner,
  .career-section,
  .our-services {
    margin-top: 9%;
  }
  .hero-image {
    margin-top: -1%;
    margin-left: 6%;
    width: 93%;
  }
  .frame {
    margin-top: -60%;
    margin-left: -1%;
    width: 90%;
  }
  .btn-sustain {
    width: 30%;
  }
  .box-city {
    width: 30%;
  }
  .navigation,
  .btn-facilities {
    margin-top: 5%;
  }
  .btn-facilities {
    padding: 1.5% 6%;
  }
  .box-city-2 {
    width: 70%;
  }
  .btn-services,
  .btn-banner {
    margin-top: 5%;
  }
  .btn-banner {
    width: 36%;
  }
  .city-content {
    height: 50vw;
  }
  .call-to-action-about p {
    width: 75%;
  }
  /*Font-size*/
  .big-title,
  .article-title {
    font-size: clamp(28px, 4.3vw, 45px);
  }
  .leader-name {
    font-size: clamp(25px, 3.9vw, 40px);
  }
  .box-data h1 {
    font-size: clamp(18px, 2.9vw, 30px);
  }
  .title-career-data {
    font-size: clamp(23px, 3.7vw, 38px);
  }
  .leader-quotes,
  .title-banner-career,
  .call-to-action-about h1,
  .call-to-action h1 {
    font-size: clamp(21px, 3.4vw, 35px);
  }
  .button-banner,
  .block-banner h1,
  .box-content-cta {
    margin-left: 20%;
  }
  .services {
    margin-top: 12%;
    grid-template-columns: repeat(3, 31.5%);
  }
  .button-banner {
    margin-top: 4%;
    /*width: 20%;*/
    width: auto;
  }
  .post-title-career,
  .box-app img {
    width: 90%;
  }
  .block-banner h1,
  .box-city h1,
  .box-eco h1,
  .leadership-title,
  .news-recommended h1 {
    font-size: clamp(18px, 2.9vw, 30px);
  }
  .sub-title {
    font-size: clamp(15px, 2.4vw, 25px);
  }
  .commitmens-quotes,
  .locations-title {
    font-size: clamp(12px, 1.9vw, 20px);
  }
  .language span,
  .menu-bar a,
  .excerpt-article p,
  .button,
  .input-text::placeholder,
  .city-option,
  .tags-article a,
  .ni-page .read-article,
  .tags-article p,
  .text-orange,
  .sub-titlesus,
  .tab-title,
  .tag-title,
  .text-facilities,
  .slide p {
    font-size: clamp(9px, 1.4vw, 15px);
  }
  .title-service,
  .box-member p,
  .box-leadership-member,
  .box-question-2 p,
  .post-title-career,
  .locations p,
  .video-content h1,
  .title-city,
  .career-title,
  .sub-title-group,
  .sub-title-group-2,
  .question-faq,
  .question-pos,
  .excerpt p,
  .excerpt-home p,
  .post-title,
  .post-title-home,
  .footer-title,
  .address p {
    font-size: clamp(8px, 1.3vw, 14px);
  }
  body,
  .btn-read,
  .excerpt-media p,
  .text-tab,
  .text-bannerpage,
  .text-facilities-banner,
  .text-banner,
  .text-service,
  .text-plat,
  .btn-banner,
  .text-group,
  .text-group-2,
  .answer p,
  .content p,
  .post-content,
  .call-to-action p,
  .call-to-action a {
    font-size: clamp(8px, 1.2vw, 13px);
  }
  .tags a,
  .tag-name,
  .tag-title {
    font-size: clamp(6px, 1vw, 11px);
  }
  .nz-facilities {
    padding-bottom: 5%;
  }
  .logo-group,
  .team {
    margin-top: 13%;
  }
  .line-news {
    border: 1.5px solid #bebe3d;
    width: 12%;
  }
  .banner {
    margin-top: 18%;
  }
  .post-content {
    margin-top: 4%;
  }
  .button {
    padding: 3.8% 5%;
  }
  .locations {
    height: 45vw;
  }
  .sb-media {
    border-radius: 15px;
  }
  .excerpt-media p {
    margin-top: 0;
  }
  .line-news-small {
    border: 1.5px solid #bebe3d;
    width: 30%;
  }
  .go-to-top {
    display: none;
  }
  .tab-content {
    margin: 3% 0 5%;
  }
  .text-plat {
    width: 43%;
  }
  .commitment {
    margin: 12% 0;
  }
  .language {
    margin-top: 1%;
    width: 11%;
  }
  .menu-bar li {
    padding: 1%;
  }
  .menu-bar {
    width: 66%;
  }
  .container {
    width: 80%;
  }
  .text-tab {
    width: 82%;
  }
  .logo {
    width: 18%;
  }
  .data-banner {
    margin-top: 9%;
    grid-template-columns: repeat(4, 22.3%);
    gap: 4%;
  }
  .text-orange {
    margin-top: 5%;
  }
  .text-bannerpage {
    margin-top: 3%;
  }
  .text-facilities-banner,
  .text-banner {
    margin-top: 7%;
  }
  .box-group {
    margin-top: -43%;
    margin-bottom: 20%;
    width: 41%;
  }
  .btn-group {
    width: 40%;
  }
  .faq-image {
    width: 55%;
  }
  .service-section {
    margin-top: -2%;
    margin-bottom: 3%;
  }
  .call-to-action h1,
  .gray-section {
    margin-top: -3%;
  }
  .box-call-to-action {
    width: 50%;
  }
  .line-title,
  .line-title-2,
  .line-title-3,
  .line-title-4,
  .line-title-5,
  .line-title-6,
  .line-title-7,
  .line-title-8,
  .line-title-9,
  .line-title-10 {
    border: 0.2em solid #ed4f18;
  }
  .dot,
  .dot-facilities {
    width: 10px;
    height: 10px;
  }
  .line-text {
    border: 1.5px solid #ed4f18;
  }
  .line-text-2 {
    border: 1.5px solid #ed4f18;
  }
  .news-section {
    margin-top: -4%;
  }
  .btn-plat {
    margin-bottom: 5%;
    width: 20%;
  }
  .plat-container {
    padding: 2% 12% 4% 1%;
    background-image: url("/wp-content/themes/Aden Group/assets/tab-banner.png");
  }
  .platform {
    padding: 2% 0 2% 0;
  }
  .btn-positions {
    padding: 5% 10%;
  }
  .ni-page .read-article {
    width: 45%;
  }
  .post-title-home,
  .post-title {
    margin: 2% 7%;
    /*height: 6vw;*/
    min-height: 4.6vw;
    padding: 0;
  }
  .box-vision video {
    width: 90%;
  }
  .ecosystem {
    padding: 7.1% 0;
  }
  .box-eco-2 img {
    margin-top: 0%;
    width: 80%;
    margin-left: 14%;
  }
  .vision {
    margin-top: 11%;
    gap: 0;
  }
  .city-option {
    margin-top: 3.5%;
  }
  .box-gray {
    padding: 7.5% 0;
  }
  .banner-career,
  .call-to-action-about h1 {
    margin-top: -3%;
  }
  .banner-sustain {
    padding: 7% 0 9% 0;
  }
  .boxsus {
    width: 48%;
  }
  .black-container {
    padding: 4.2% 0;
  }
  .tab-commitment {
    gap: 5.9%;
  }
  .box-sustain {
    margin-left: -26%;
  }
  .career-banner,
  .positions {
    margin-top: 12%;
  }
  .button {
    top: 12%;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .bs-mobile img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .icon-img-contact,
  .icon-img {
    margin-top: 0;
    width: 70%;
    height: auto;
    vertical-align: middle;
  }
  .icon-social-header{
      margin-top: 5%;
  }
  .icon-img-2-contact,
  .icon-img-2 {
    width: 70%;
    height: auto;
    margin-top:0;
    vertical-align: middle;
  }
  .btn-positions {
    padding: 9% 15%;
  }
  .banner-career {
    margin-bottom: 15%;
    background-image: url("/wp-content/themes/Aden Group/assets/career-mobile.png");
  }
  .img-article {
    margin-top: 6%;
  }
  .career-image {
    margin: 10% 0;
    width: 100%;
  }
  .media-image {
    margin: 0;
    width: 100%;
  }
  .data-career-mobile {
    margin: auto;
    display: flex;
    gap: 5%;
    width: 76%;
  }

  .box-career-mobile {
    margin: 7% 0;
    padding: 8% 10%;
    background-color: #f8f8f8;
    width: 93%;
    height: 45vw;
  }

  .career-section {
    background-color: white;
  }

  .banner-sustainability {
    margin-top: 20%;
  }
  .line-title {
    margin-top: 5%;
    margin-bottom: 10%;
    border-bottom: 4px solid #ed4f18;
    width: 38%;
  }
  .line-title-2 {
    margin-top: 10%;
    border-bottom: 4px solid #ed4f18;
    width: 84%;
  }
  .line-title-3 {
    margin-top: 3%;
    border-bottom: 4px solid #ed4f18;
    width: 40%;
  }
  .line-title-4 {
    margin-top: 4%;
    border-bottom: 4px solid #ed4f18;
  }
  .line-title-5 {
    margin-top: 3%;
    border-bottom: 4px solid #ed4f18;
    width: 100%;
  }
  .line-title-7 {
    margin-top: 11%;
    border-bottom: 4px solid #ed4f18;
    width: 78%;
  }
  .line-title-6,
  .line-title-8,
  .line-title-9,
  .line-title-10 {
    border-bottom: 4px solid #ed4f18;
    width: 45%;
  }
  .box-eco h1,
  .post-title a,
  .post-title-home a {
    line-height: 120%;
  }
  .box-eco-2-mobile img {
    margin-top: 7%;
    width: 100%;
  }
  .box-academic-mobile img {
    margin-top: 7%;
    width: 100%;
  }
  .menu-bar a,
  .language span {
    color: white;
  }
  .menu-bar li {
    padding: 3% 0%;
    margin-top :30px;
  }
  .banner-group-mobile img {
    width: 100%;
    height: 38%;
  }

  .services-mobile {
    overflow: hidden;
    margin-top: 12%;
    display: flex;
  }

  .dot-services {
    display: flex;
    justify-content: center;
  }
  .top {
    margin-top: 4%;
  }
  .dot-service {
    margin: 2%;
    width: 7px;
    height: 7px;
    background-color: white;
    border: 0.5px solid #707070;
    border-radius: 50%;
    cursor: pointer;
  }

  .dot-service.active {
    background-color: #ed4f18;
    border: none;
  }
  .btn-commitment,
  .btn-sustain,
  .box-positions-2 {
    width: 30%;
  }
  .box-service {
    margin: auto;
    display: block;
    width: 75%;
  }
  
  .logo-sustain {
    width: 100%;
  }

  .sustain-img-mobile {
    display: block;
    width: 100%;
  }

  .data-career-mobile,
  .tag-media-mobile,
  .box-service-mobile,
  .bs-mobile,
  .our-team-mobile,
  .img-sus img,
  .boxsus-mobile .our-team-mobile,
  .box-eco-2-mobile,
  .box-academic-mobile,
  .city-name-mobile,
  .big-group-mobile,
  .service-mobile,
  .box-service-mobile,
  .news-site-mobile,
  .medsos-header {
    display: block;
  }
  .bs-mobile {
    display: grid;
  }
  .boxsus-mobile {
    padding: 7% 5%;
    background-color: #233947;
    width: 100%;
  }

  .box-banner {
    margin-top: 6%;
  }
  .news-section {
    margin-top: 15%;
  }
  .our-services {
    margin-top: 0;
  }
  .box-service-mobile {
    margin-top: 17%;
  }
  .tags-box {
    display: grid;
    grid-template-columns: repeat(3, 36%);
    grid-template-rows: auto;
    gap: 0;
  }
  .tags-article {
    gap: 5%;
  }
  .swiper-container {
    margin-top: 7%;
    display: block;
    width: 100%;
    padding-bottom: 12px; 
    /*overflow: visible !important;*/
  }
  
  .swiper-news {
    padding-bottom: 12px; 
  }
  .box-news-mobile {
    /*padding-bottom: 10%;*/
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    width: 92%;
    /*height: 106vw;*/
    height: fit-content;
    
    
  }
  .post-content {
    padding-bottom: 3%;
  }
  .news-box-2 {
    width: 220%;
    display: flex;
    transition: transform 0.5s;
    gap: 2%;
  }
  .single-post {
    padding: 0% 0 2%;
    flex-shrink: 1;
  }

  /*font*/
  .big-title {
    font-size: calc(35px + 0.97vw);
    font-size: calc(35px + 0.97 * 1vw);

    line-height: 120%;
  }
  .bb-career img {
    margin: 0 0;
  }
  .title-banner-career {
    margin: 0 0 9%;
    font-size: calc(30px + 0.83vw);
    font-size: calc(30px + 0.83 * 1vw);
  }
  .title-career-data,
  .article-title,
  .box-data h1 {
    font-size: calc(23px + 0.63vw);
    font-size: calc(23px + 0.63 * 1vw);
  }
  .call-to-action h1,
  .call-to-action-about h1,
  .sub-title,
  .block-banner h1 {
    font-family: var(--playfairdisplay);
    font-size: calc(21px + 0.58vw);
    font-size: calc(21px + 0.58 * 1vw);
    line-height: 100%;
  }
  .leader-name,
  .box-eco h1,
  .box-city h1,
  .leadership-title,
  .leader-quotes {
    font-size: calc(21px + 0.58vw);
    font-size: calc(21px + 0.58 * 1vw);
  }

  .line-page,
  .services,
  .tag-media,
  .rnz-section,
  .new-site,
  .btn-more,
  .boxsus,
  .big-video-box,
  .data-career,
  .sustain-img,
  .img-desktop,
  .box-academic,
  .new-article,
  .banner-sustain,
  .news-site,
  .our-team,
  .box-eco-2,
  .city-name,
  .box-city-2,
  .banner-group.active,
  .logo-group {
    display: none;
  }
  .menu-talk {
    margin-top: 10%;
    width: 100%;
  }
  .menu-talk a {
    padding: 2% 5%;
    color: #283948;
  }
  .icon-social-header {
    display: flex;
    justify-content: flex-end;
  }
  .title-service {
    width: 100%;
    font-weight: var(--regular);
  }
  .ni-page .read-article {
    border-radius: 30px;
  }
  .news-recommended {
    margin-top: 8%;
    margin-bottom: 0;
  }
  .career-title h1,
  .news-recommended h1 {
    font-size: calc(21px + 0.58vw);
    font-size: calc(21px + 0.58 * 1vw);
    width: 105%;
  }
  .title-city,
  .text-orange,
  .career-title,
  .tag-title,
  .excerpt-article p,
  .box-question-2 p,
  .tab-title,
  .commitmens-quotes,
  .sub-titlesus,
  .text-facilities,
  .post-title-home,
  .sub-title-group-2,
  .box-member h1,
  .sub-title-group,
  .menu-bar a,
  .menu-talk a,
  .language span {
    font-size: calc(15px + 0.41vw);
    font-size: calc(15px + 0.41 * 1vw);
  }
  .box-member p {
    width: 120%;
  }
  .video-content-mobile h1,
  .slide p,
  .tag-name,
  .text-group,
  .text-group-2,
  .excerpt-media p,
  .ni-page .read-article {
    font-size: calc(13px + 0.36vw);
    font-size: calc(13px + 0.36 * 1vw);
  }
  .body,
  .question-faq,
  .question-pos,
  .locations-title,
  .answer p,
  .call-to-action p,
  .text-tab,
  .text-plat,
  .footer-title,
  .address p,
  .text-facilities-banner,
  .text-bannerpage,
  .text-banner,
  .text-service,
  .medsos-header h1,
  .post-content,
  .medsos-header p {
    font-size: calc(12px + 033vw);
    font-size: calc(12px + 0.33 * 1vw);
  }
  .medsos-header p:not(.wechat-icon-link) {
    padding: 10% 0;
  }
  .call-to-action p {
    margin-top: 5%;
    width: 85%;
  }
  .title-service {
    width: 110%;
    font-size: clamp(13px, 3.6vw, 23px);
  }
  .text-bannerpage,
  .text-facilities-banner,
  .text-banner {
    margin-top: 4%;
    width: 95%;
  }
  .question-faq {
    margin-top: -1%;
  }
  .question-pos {
    margin-top: 1%;
    width: 91%;
  }
  .tags a,
  .input-text::placeholder,
  .button {
    margin-top: 2%;
    font-size: calc(11px + 0.3vw);
    font-size: calc(11px + 0.3 * 1vw);
  }
  .commitmens-quotes {
    margin-top: 3%;
    height: 22vw;
  }
  .post-title-home {
    height: 29vw;
  }

  .post-title {
    margin-bottom: 5%;
    width: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*height: 15vw;*/
    height: 13.5vw;
    font-size: clamp(13px, 3.6vw, 23px);
  }
  .btn-group,
  .btn-sustain,
  .tags-article p,
  .tags-article a,
  .locations p,
  .btn-positions,
  .btn-plat,
  .call-to-action a,
  .box-member p,
  .box-leadership-member,
  .button-banner,
  .btn-facilities,
  .btn-banner,
  .btn-read {
    font-size: calc(10px + 0.27vw);
    font-size: calc(10px + 0.27 * 1vw);
  }
  .box-data h1 {
    margin-bottom: 12%;
    font-weight: 800;
  }
  .leader-profile,
  .city {
    margin-top: 15%;
  }
  .question,
  .question-position {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .box-call-to-action {
    padding: 14% 0 10%;
  }
  .leader-quotes {
    margin: 7% 0;
    width: 100%;
  }
  .leader-profile {
    height: 160vw;
    padding: 8% 0;
  }
  .container {
    width: 76%;
  }
  .b-nz-facilities-2 img {
    margin-top: 5%;
    margin-left: 0;
    width: 100%;
  }
  .b-nz-facilities-2 {
    margin-top: 10%;
  }
  .button {
    top: 2%;
    padding: 3.3% 3%;
  }
  .go-to-top {
    display: none;
  }
  .logo {
    width: 50%;
  }
  .language {
    margin-left: 67%;
    width: 30%;
    justify-content: flex-end;
  }
  .single-post,
  .box-content,
  .small-video-box,
  .box-contact,
  .bb-career,
  .box-content-2,
  .box-paper,
  .box-paper-2,
  .bs-mobile img,
  .img-sus img,
  .text-plat,
  .box-eco-2,
  .box-commitment,
  .box-app-2,
  .box-app,
  .b-nz-facilities,
  .b-nz-facilities-2,
  .frame-leader,
  .box-city,
  .our-team-mobile,
  .box-vision,
  .box-vision-2,
  .block-gray,
  .box-banner,
  .box-banner-2,
  .box-facilities,
  .box-facilities video,
  .block-banner,
  .box-services,
  .box-call-to-action,
  .box-services-2,
  .box-footer-1 {
    width: 100%;
  }
  .box-contact {
    padding: 9% 8% 1% 8%;
  }
  .box-content,
  .box-content-2 {
    height: 70vw;
  }
  .box-content-2 {
    margin-bottom: 15%;
  }
  .box-leader-2 {
    margin-top: -15%;
    width: 80vw;
    margin-left: 12%;
  }
  .box-leader {
    margin: auto;
  }
  .box-leader,
  .box-leader-2 {
    width: 80%;
  }
  .block-banner h1,
  .button-banner,
  .box-content-cta {
    margin-left: 13%;
  }
  .hero-banner,
  .service-section {
    flex-direction: column-reverse;
  }
  .btn-group {
    padding: 3.5% 4%;
    width: 100%;
    max-width: max-content;
  }
  .btn-facilities {
    width: 35%;
  }
  .btn-services {
    margin: 2% 0 10%;
    width: 100%;
    max-width: max-content;
    font-size :16px;
  }
  .btn-banner {
    margin: 4% 0;
    /*padding: 3% 0;*/
    font-size: 16px;
  }
  .button-banner {
    width: 25%;
  }
  .news-btn {
    margin-top: 0;
    width: 45%;
  }
  .box-paper {
    margin-top: -15%;
  }
  .box-paper-2 {
    margin-top: 23%;
    margin-bottom: 15%;
  }
  .plat-container {
    margin-top: 0%;
    padding: 5% 0 83% 0;
    background-image: url("/wp-content/themes/Aden Group/assets/mobile-background.png");
  }

  .big-box-member {
    margin-top: 15%;
    padding-bottom: 20%;
    margin-left: 2%;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 3%;
  }
  .data-banner {
    grid-template-columns: repeat(2, 52%);
  }

  .medsos-header {
    margin-right: 3%;
    padding-top: 50%;
    padding-bottom: 4%;
  }
  
  
   header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 998;
        background-color: white;
        /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);*/
    }
    
    


    body.body {
        padding-top: 70px;
    }
    
     body.menu-open {
        overflow: hidden;
    }

  
  
  .menu-bar {
    padding-top: 18%;
    padding-right: 0;
    /*position: absolute;*/
    position: fixed;
    z-index: 1000;
    display: block;
    right: 0;
    top: 0;
    text-align: right;
    background-color: #3a3941;
    width: 0;
    height: 100vh;   
    transform: translateX(100%);
    transition: transform 0.5s ease;
    overflow: hidden;
    opacity: 0;
  }

  .menu-bar.show {
    opacity: 1;
    display: block;
    /*position: absolute;*/
    position: fixed;
    z-index: 1000;
    background-color: #3a3941;
    width: 75%;
    right: 0;
    top: 0;
    padding-top: 18%;
    padding-right: 12%;
    /*height: auto;*/
    height: 100vh; 
    overflow-y: auto;
    transition: transform 0.5s ease;
    transform: translateX(0);
  }

    .menubar {
        position: fixed;
        top: 16px;
        right: 12%;       
        width: 8%;
        z-index: 1001;
        display: block;
        cursor: pointer;
        
    }

  .menubar img {
    width: 100%;
    padding-top: 5px;
  }
  
  .menu-overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
   }

    /*.menu-overlay.show {*/
    /*    display: block;*/
    /*}*/

  .contact-banner,
  .facilities,
  .box-gray,
  .tab-content,
  .papers,
  .career-banner,
  .academic-site,
  .box-oppor,
  .banner-sustainability,
  .commitment,
  .banner,
  .approach,
  .nz-facilities,
  .city,
  .leader-profile,
  .ecosystem-site,
  .block-footer,
  .vision,
  .menu-bar {
    flex-direction: column;
  }
  .box-footer-2 {
    margin-top: 12%;
    grid-template-columns: repeat(1, 100%);
  }
  .box-answer {
    margin-bottom: 15%;
    grid-template-columns: repeat(1, 100%);
  }
  .block-banner h1,
  .block-banner img {
    margin-top: 11%;
  }
  .block-banner h1,
  .sub-title,
  .box-city h1 {
    font-family: var(--figtree);
  }
  .block-banner img {
    margin-bottom: -2%;
    height: 81%;
  }
  .faq-image,
  .l-f-box-2,
  .img-leader {
    width: 80%;
  }
  .dot,
  .dot-facilities,
  .dot-article {
    width: 7px;
    height: 7px;
    margin: 2%;
  }
  .dot-leader {
    gap: 0;
  }
  .footer-text {
    padding-top: 31%;
    padding-bottom: 15%;
  }
  .box-question-pos {
    display: none;
  }
  .box-question {
    width: 10%;
  }
  .btn-read {
    /*padding: 4% 1%;*/
    /*width: 67%;*/
    font-size:16px;
    padding: 4% 10%;
    width: auto;
  }
  .box-question-2,
  .img-leader {
    width: 90%;
  }
  .img-leader {
    top: 3%;
  }
  .address p,
  .excerpt-article p {
    margin-top: 3%;
  }
  .box-facilities video {
    margin-top: 5%;
    margin-bottom: 7%;
  }
  .data-banner,
  .box-services,
  .box-vision-2,
  .box-eco-2 {
    margin-top: 10%;
  }
  .box-service-mobile {
    width: 50%;
  }
  footer {
    padding: 6% 0 0;
  }
  .title-city {
    line-height: 130%;
  }
  .leader {
    margin: 18% 0;
  }
  .line-header {
    border: 0.5px solid #898885;
    width: 75%;
    margin-left: 25%;
    margin-top: 2%;
  }
  .service-section {
    margin-top: 12%;
  }
  .img-member-2 {
    width: 94%;
  }
  .img-member {
    width: 94%;
  }
  .box-city-mobile {
    position: relative;
    width: 100%;
    height: 100%; 
    overflow: hidden;
  }
  .img-city {
    margin-top: 5%;
    height: 35vw;
  }
  .hero-banner,
  .article-page,
  .box-content img {
    margin-top: 5%;
  }
  .city-name-mobile {
    display: flex;
    transition: transform 0.5s ease; 
  }

  .city-content-mobile {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
  }
  .city-option-mobile {
    margin-top: 5%;
    font-weight: var(--semi-bold);
    font-size: clamp(18px, 5vw, 32px);
    color: #3a3941;
  }
  .call-to-action-about p {
    margin-top: 5%;
    margin-bottom: 5%;
    width: 85%;
  }
  .city-title {
    grid-template-columns: repeat(1, 100%);
  }
  .text-service {
    margin-bottom: 10%;
  }
  .banner,
  .video-box {
    margin-top: 15%;
  }
  .btn-plat {
    margin-top: 12%;
    /*padding: 2% 2%;*/
    /*width: 30%;*/
    font-size:16px;
    padding: 2% 4%;
    width: auto;
  }
  .commitment {
    margin-top: 25%;
    margin-bottom: -5%;
  }
  .box-commitment {
    margin-bottom: 15%;
  }
  .box-sustain {
    margin: 10% 12%;
    width: 76%;
  }
  .tab-title {
    margin-top: 3%;
  }
  .box-news {
    width: 92%;
    height: fit-content;
  }
  .dot-nz-facilities {
    margin: 9% 0 15%;
    gap: 2%;
  }
  .logo-title-mobile {
    line-height: 100%;
  }
  .call-to-action {
    background-image: url("/wp-content/themes/Aden Group/assets/蒙版组 35.png");
  }
  .dot-leader,
  .our-team-mobile {
    margin-top: 10%;
  }
  .box-app-2 {
    padding: 5% 0 0;
  }
  .tab-commitment {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    grid-template-rows: auto;
  }

  .box-commitment img {
    margin: 0 6%;
    width: 90%;
  }
  .gray-container {
    margin-top: 30%;
    padding: 7% 0 15%;
  }
  .text-facilities,
  .article-title {
    width: 90%;
  }
  .our-commitment {
    margin-top: -3%;
  }
  .academic-site {
    margin: 20% 0;
  }
  .box-paper-2 {
    grid-template-columns: repeat(2, 45%);
  }
  .sb-media {
    padding-top: 25%;
    padding-bottom: 60%;
    line-height: 130%;
  }
  .box-paper-2 .sb-media img {
    top: 37%;
    width: 20%;
  }
  .small-video-box {
    max-height: 150vw;
  }
  .box-content-2 h1 {
    /*width: 108%;*/
    width: 100%;
  }
  .tag-media-mobile {
    margin-left: -7%;
  }
  .box-paper-2 {
    margin-top: 9%;
    gap: 7%;
  }
  .video {
    margin-top: 13%;
    padding: 8% 0 15%;
  }
  .sb-media img {
    width: 15%;
  }
  .video-content-mobile h1 {
    width: 105%;
  }
  .video-content-mobile.active {
    padding-left: 2%;
    transition: 0.3s;
  }
  .video-content-mobile {
    display: flex;
    cursor: pointer;
    gap: 5%;
  }
  .locations {
    margin-bottom: 80%;
  }
  .locations-country.active {
    grid-template-columns: repeat(2, 49%);
    gap: 4%;
  }
  .locations-title {
    cursor: auto;
  }
  .locations-tab {
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
  }
  .team {
    margin-top: 18%;
  }
  .block-gray img {
    margin-top: 16%;
    margin-bottom: 6%;
  }
  .img-sus img {
    margin-bottom: -11%;
  }
  .faq-mobile {
    margin-top: 9%;
    display: block;
  }
  .box-positions {
    width: 54%;
  }
  .article-title {
    line-height: 126%;
  }
}

.r-net-zero {
  display: flex;
}
.box-rnz {
  width: 41%;
}
.test {
  width: 100%;
}
.box-rnz-2 {
  margin-right: 2%;
  padding: 7% 4% 7% 7%;
  width: 90%;
  background-color: #f2f2f2;
  opacity: 0.5;
  height: 22vw;
}
.box-rnz-2.active {
  margin-right: 2%;
  padding: 7% 4% 7% 7%;
  width: 90%;
  background-color: #f2f2f2;
  opacity: 1;
  height: 22vw;
}

.box-title {
  display: flex;
}
.icon-rnz-img {
  margin-top: 3%;
  width: 10%;
  height: 100%;
}
.icon-rnz-img-2 {
  margin-top: 3%;
  width: 12%;
  height: 100%;
}
.box-title h1 {
  margin-left: 6%;
  line-height: 100%;
  font-size: clamp(14px, 1.4vw, 28px);
  font-family: var(--figtree);
}
.box-rnz p {
  margin-top: 8%;
  font-weight: 300;
  font-size: clamp(10px, 1vw, 20px);
}
.text-rnz {
  margin-top: 7%;
  font-weight: 300;
  font-size: clamp(10px, 1vw, 20px);
}
.swiper-container-2 {
  display: block;
  width: 100%;
  overflow: hidden;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  margin: 7% 0 17% 0%;
  height: 2vw;
  width: 50%;
}

.swiper-pagination {
  background-color: white;
  border-radius: 30px; 
  position: relative;
  overflow: hidden; 
}

/* Ubah warna fill progress bar */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  overflow: hidden;
  background-color: #ed4f18;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%; 
  width: 100%; 
  box-shadow: 10px 0 10px -5px rgba(237, 79, 24, 0.6);
}

@media (min-width: 640px) and (max-width: 1024px) {
  .box-news {
    height: 31vw;
  }
  .box-rnz p,
  .box-rnz-2 p {
    font-size: clamp(8px, 1.2vw, 13px);
  }
  .box-rnz-2,
  .box-rnz-2.active {
    height: 26vw;
  }
  .box-title h1 {
    font-size: clamp(9px, 1.4vw, 15px);
  }
  .box-rnz {
    width: 38%;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .answer.show {
    max-height: 2000px; 
  }
  .tab-title.active,
  .commitmens-quotes-container {
    /*width: 110%;*/
    width: 100% !important;
  }
  .swiper-container-2-mobile {
    margin: 15% auto;
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .box-rnz-2-mobile p {
    margin-top: 7%;
    font-weight: 300;
    font-size: clamp(12px, 3.3vw, 21px);
  }
  .box-rnz-2-mobile {
    margin-right: 2%;
    padding: 7% 4% 7% 7%;
    width: 90%;
    height: 68vw;
    background-color: #f2f2f2;
    opacity: 0.5;
  }
  .box-rnz-2-mobile.active {
    margin-right: 2%;
    padding: 7% 4% 7% 7%;
    width: 90%;
    height: 68vw;
    background-color: #f2f2f2;
    opacity: 1;
  }
  .box-rnz-mobile {
    width: 100%;
    display: block;
  }
  .swiper-container-2 {
    display: none;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    margin: 8% 10% 8% 22%;
    height: 4vw;
    width: 46%;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 4vw;
  }
  .box-title h1 {
    margin-left: 6%;
    line-height: 100%;
    font-size: clamp(15px, 4.1vw, 26px);
    font-family: var(--figtree);
  }
  .icon-rnz-img,
  .icon-rnz-img-2 {
    margin: 0;
  }
  .box-rnz-mobile p {
    margin-top: 13%;
  }
  .box-rnz-mobile h1 {
    margin-bottom: 5%;
  }

  .big-size {
    width: 105%;
  }
  .btn-sustain {
    margin-top: 5%;
    font-size:16px;
  }
  .line-page-mobile {
    display: block;
    margin: 8% 0;
    color: #f3f5f2;
    height: 0.5px;
  }
  .swiper-pagination-bullet {
    background-color: #ed4f18;
  }
  .line-text-2 {
    width: 100%;
  }
  .line-news-small {
    margin-top: 0;
  }
}
.img-member-3 {
  background-color: #f3f5f2;
  z-index: 100;
  position: relative;
  width: 70%;
}

/*.dot-nz-facilities .swiper-pagination-bullet {*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background-color: white;*/
/*    border: 0.5px solid #707070;*/
/*    border-radius: 50%;*/
/*    opacity: 1;*/
/*}*/

/*.dot-nz-facilities .swiper-pagination-bullet-active {*/
/*    background-color: #ed4f18;*/
/*    border: none;*/
/*}*/